home *** CD-ROM | disk | FTP | other *** search
- Path: news00.btx.dtag.de!not-for-mail
- From: Stephan.Hesmer@t-online.de (Steve)
- Newsgroups: comp.lang.c++
- Subject: Re: pointer questions
- Date: 23 Mar 1996 22:21:54 GMT
- Organization: Telekom Online Internet Gateway
- Message-ID: <4j1ti2$uv3@news00.btx.dtag.de>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- X-Sender: 0703231844-0002@t-online.de (Stephan Hesmer)
-
- Sensarn wrote:
- >
- > cgesy@uvaix.uvic.ca (Colin Gesy) wrote:
- > >Could someone tell me if there is a difference
- > >between the declaration "int *thing_ptr" and
- > >"int* thing_ptr" ?
- >
- > Not that I know of...
- >
-
- There is NO difference between the two declaration.
- You can write it how you like
- .
-
-